home *** CD-ROM | disk | FTP | other *** search
-
- <!-- resource definition example -->
-
- <Resource>
-
- <!-- font definitions -->
-
- <Font>
-
- error = ( 1 * "Arial" * * * * "Error font")
- "drag and drop" = (21 * "Arial" * * * * "Drag and drop font")
- "main text" = (22 * "Arial" * * * * "Main text")
- "standard symbol" = (23 * "Symbol" * * symbol * "Symbol font")
- "wing ding symbol" = (24 * "WingDings" * * symbol * "WingDings font")
- </Font>
-
- <!-- color definitions -->
- <Color>
-
- <!-- standard color definitions -->
-
- "system black" = (70 0 0 0 "system color")
- "system dark red" = (71 128 0 0 "system color")
- "system dark green" = (72 0 128 0 "system color")
- "system dark yellow" = (73 128 128 0 "system color")
- "system dark blue" = (74 0 0 128 "system color")
- "system dark magenta" = (75 128 0 128 "system color")
- "system dark cyan" = (76 0 128 128 "system color")
- "system light gray" = (77 192 192 192 "system color")
- "system gray green" = (78 192 220 192 "system color")
- "system gray blue" = (79 164 200 240 "system color")
- "system light yellow" = (80 0xff 251 240 "system color")
- "system gray" = (81 160 160 164 "system color")
- "system dark gray" = (82 128 128 128 "system color")
- "system red" = (83 0xff 0 0 "system color")
- "system green" = (84 0 255 0 "system color")
- "system yellow" = (85 255 255 0 "system color")
- "system blue" = (86 0 0 255 "system color")
- "system magenta" = (87 255 0 255 "system color")
- "system cyan" = (88 0 255 255 "system color")
- "system white" = (89 255 255 255 "system color")
-
- </Color>
-
- <!-- multiple sets are allowed -->
-
- <Color>
- "black" = (100 0 0 0 "html color")
- "silver" = (101 192 192 192 "html color")
- "gray" = (102 128 128 128 "html color")
- "white" = (103 255 255 255 "html color")
- "maroon" = (104 128 0 0 "html color")
- "red" = (105 255 0 0 "html color")
- "purple" = (106 128 0 128 "html color")
- "fuchsia" = (107 255 0 255 "html color")
- "green" = (108 0 128 0 "html color")
- "lime" = (109 0 255 0 "html color")
- "olive" = (110 128 128 0 "html color")
- "yellow" = (111 255 255 0 "html color")
- "navy" = (112 0 0 128 "html color")
- "blue" = (113 0 0 255 "html color")
- "teal" = (114 0 128 128 "html color")
- "aqua" = (115 0 255 255 "html color")
- </Color>
-
-
- </Resource>
-
-
-
-
-